home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / grafica / The Gimp / gimp-help-2-0.3-setup.exe / {app} / share / gimp / 2.0 / help / en / ch05s03s03.html < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-20  |  5.6 KB  |  145 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>3.3.┬áAlien Map</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <meta name="generator" content="DocBook XSL Stylesheets V1.64.1" />
  10.     <link rel="home" href="index.html" title="GIMP User Manual" />
  11.     <link rel="up" href="ch05s03.html" title="3.┬áColor filters" />
  12.     <link rel="previous" href="ch05s03s02.html" title="3.2.┬áAdjust FG-BG" />
  13.     <link rel="next" href="ch05s03s04.html" title="3.4.┬áAlien Map 2" />
  14.   </head>
  15.   <body>
  16.     <div class="navheader">
  17.       <table width="100%" summary="Navigation header">
  18.         <tr>
  19.           <th colspan="3" align="center">3.3.┬áAlien Map</th>
  20.         </tr>
  21.         <tr>
  22.           <td width="20%" align="left"><a accesskey="p" href="ch05s03s02.html">Prev</a>┬á</td>
  23.           <th width="60%" align="center">3.┬áColor filters</th>
  24.           <td width="20%" align="right">┬á<a accesskey="n" href="ch05s03s04.html">Next</a></td>
  25.         </tr>
  26.       </table>
  27.       <hr />
  28.     </div>
  29.     <div class="sect2" lang="en" xml:lang="en">
  30.       <div class="titlepage">
  31.         <div>
  32.           <div>
  33.             <h3 class="title"><a id="plug-in-alienmap"></a>3.3.┬áAlien Map</h3>
  34.           </div>
  35.         </div>
  36.         <div></div>
  37.       </div>
  38.       <a id="id2970030" class="indexterm"></a>
  39.       <div class="mediaobject">
  40.         <img src="../images/filters/filters-colormap-alien.png" />
  41.       </div>
  42.       <div class="simplesect" lang="en" xml:lang="en">
  43.         <div class="titlepage">
  44.           <div>
  45.             <div>
  46.               <h4 class="title"><a id="id2970062"></a>Overview</h4>
  47.             </div>
  48.           </div>
  49.           <div></div>
  50.         </div>
  51.         <p>
  52.       This filter is found in 
  53.       <span class="guimenuitem">Image>Filters/Colors/Map/<span class="accel">A</span>lien Map</span>
  54.     </p>
  55.         <p>
  56.       This filter renders very modified colors by applying trigonometric functions.
  57.     </p>
  58.       </div>
  59.       <div class="simplesect" lang="en" xml:lang="en">
  60.         <div class="titlepage">
  61.           <div>
  62.             <div>
  63.               <h4 class="title"><a id="id2970092"></a>Options</h4>
  64.             </div>
  65.           </div>
  66.           <div></div>
  67.         </div>
  68.         <div class="variablelist">
  69.           <dl>
  70.             <dt>
  71.               <span class="term">Preview</span>
  72.             </dt>
  73.             <dd>
  74.               <p>
  75.             This preview displays results of filter application interactively.
  76.           </p>
  77.             </dd>
  78.             <dt>
  79.               <span class="term">Selecting function</span>
  80.             </dt>
  81.             <dd>
  82.               <p>
  83.             You can select there a function, or no function, for each RVB channel.
  84.           </p>
  85.               <p>
  86.             Applying trigonometric functions needs some explanations. Remind trigonometric circle, with 
  87.             radius +1 (fig.1). M point describes circle counter-clockwise. Its projection on X-axis is 
  88.             Cosine and its projection on Y-axis is Sine. We can represent sine and cosine variations 
  89.             graphically (fig.2). Pixel intensity range has been added along X-axis, from darkest (0) to 
  90.             lightest (255). Resulting pixel color is along Y-axis.
  91.           </p>
  92.               <div class="mediaobject">
  93.                 <img src="../images/filters/filters-alienmap1-figures.png" />
  94.               </div>
  95.               <p>
  96.             With <span class="guilabel">Cosine</span>, you can see that pixel 128 (Mid Tone) is mapped to 255 
  97.             (maximum color) and, more generally, mid tone pixels are subdued, while dark and light 
  98.             pixels are made more colored.
  99.           </p>
  100.               <p>
  101.             With <span class="guilabel">Sine</span>, color is not much changed in mid tones. Light tones (but not the 
  102.             lightest) are boosted, and dark tones (but not the darkest ones) are subdued.
  103.           </p>
  104.               <p>
  105.             As pixel color results from the three RGB channels, remaining color appears when a color is 
  106.             completely subdued. Result of light mixing is not the same as paint mixing, and the color may 
  107.             look rather odd, but are well explained in RGB space. It will be psychedelic after setting 
  108.             color intensities.
  109.           </p>
  110.             </dd>
  111.             <dt>
  112.               <span class="term"> </span>
  113.             </dt>
  114.             <dd>
  115.               <p>
  116.             <span class="guilabel">Three sliders R, G, B</span> and input boxes with arrow-heads are used to set 
  117.             intensity of each R, G, B channel.
  118.           </p>
  119.             </dd>
  120.           </dl>
  121.         </div>
  122.       </div>
  123.     </div>
  124.     <div class="navfooter">
  125.       <hr />
  126.       <table width="100%" summary="Navigation footer">
  127.         <tr>
  128.           <td width="40%" align="left"><a accesskey="p" href="ch05s03s02.html">Prev</a>┬á</td>
  129.           <td width="20%" align="center">
  130.             <a accesskey="u" href="ch05s03.html">Up</a>
  131.           </td>
  132.           <td width="40%" align="right">┬á<a accesskey="n" href="ch05s03s04.html">Next</a></td>
  133.         </tr>
  134.         <tr>
  135.           <td width="40%" align="left" valign="top">3.2.┬áAdjust FG-BG┬á</td>
  136.           <td width="20%" align="center">
  137.             <a accesskey="h" href="index.html">Home</a>
  138.           </td>
  139.           <td width="40%" align="right" valign="top">┬á3.4.┬áAlien Map 2</td>
  140.         </tr>
  141.       </table>
  142.     </div>
  143.   </body>
  144. </html>
  145.